<script>on mouseUpset cursor to watchlock screenget line 1 of bkgnd field "Return to"if it is empty then go card 1elsego itif the result is not empty then go card 1end ifunlock screen with visual effect wipe downend mouseUp</script>
</part>
<part>
<id>94</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>13</left>
<top>6</top>
<right>256</right>
<bottom>29</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Helvetica</font>
<textSize>18</textSize>
<textStyle>plain</textStyle>
<textHeight>24</textHeight>
<name>Title</name>
<script></script>
</part>
<part>
<id>95</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <true /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>28</left>
<top>238</top>
<right>228</right>
<bottom>258</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>Return to</name>
<script>-- Line 1 stores the name of the card to return to.on mouseUphide meend mouseUp</script>
</part>
<content>
<layer>background</layer>
<id>95</id>
<text>card id 18406 of stack "Tosh 0:HyperCard Lite:Audio Help"</text>
</content>
<name>Ancillary</name>
<script>-- ∆ Hidden fields in this background.-- Background field "Return to". See the field’s script for information-- about it’s purpose in life.on openBackgroundstoreRecentCardpass openBackgroundend openBackgroundon storeRecentCard-- Remember the name of the most recent card so it can be returned to.push recent cardpop card into itif there is a bkgnd field "Return to" thenput it into bkgnd field "Return to"end ifend storeRecentCard</script>